From 7bca68456279a8198304c97a47a75b484c4d701a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 30 May 1993 17:03:54 +0000 Subject: [PATCH] Initial revision --- src/s/hpux9.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/s/hpux9.h diff --git a/src/s/hpux9.h b/src/s/hpux9.h new file mode 100644 index 00000000000..472f8f02da0 --- /dev/null +++ b/src/s/hpux9.h @@ -0,0 +1,10 @@ +/* System description file for hpux version 9. */ + +#include "hpux8.h" + +#define HPUX9 + +/* Try some debugging and see if gnu malloc hurts us */ +#define SYSTEM_MALLOC 1 +#undef GNU_MALLOC +#undef REL_ALLOC -- 2.30.2